-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed *const [type error] does not implement the Copy trait #114752
Conversation
r? @jackh726 (rustbot has picked a reviewer for you, use r? to override) |
This should include tests that make sure that the issue is fixed, and that this doesn't regress. |
See comments above |
I have the code in the original issue as a test case. I'd like to know what other test cases I could add to this PR and how to write them up. |
This comment has been minimized.
This comment has been minimized.
Can you squash this into one commit please? Usually for things like this where you're fixing nits and making it pass, there's no reason to maintain commit history 😸 |
afa5539
to
468559a
Compare
src/llvm-project
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This submodule update doesn't seem to be right.
468559a
to
cac7c12
Compare
@bors r+ rollup |
Thank you @compiler-errors @jackh726 @asquared31415 @fee1-dead for your feedback! |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#114745 (Make Const more useful in smir) - rust-lang#114752 (fixed *const [type error] does not implement the Copy trait) - rust-lang#114760 (DebugInfo: Updates test cases that add method declarations.) - rust-lang#114815 (Update books) - rust-lang#114817 (Remove unnecessary FIXME) r? `@ghost` `@rustbot` modify labels: rollup
Removes "error: arguments for inline assembly must be copyable" when moving an unknown type
Fixes: #113788